SearchInResponseBodyResponse

data class SearchInResponseBodyResponse(result: List<SearchMatch>)

Represents response frame that is returned from Network#searchInResponseBody operation call. Searches for given string in response content.

See also

Constructors

SearchInResponseBodyResponse
Link copied to clipboard
fun SearchInResponseBodyResponse(result: List<SearchMatch>)

Properties

result
Link copied to clipboard
val result: List<SearchMatch>
List of search matches.

Sources

jvm source
Link copied to clipboard